PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextSearchOptions Class / ACCENT_INSENSITIVE_SEARCH Field
In This Topic
    ACCENT_INSENSITIVE_SEARCH Field
    In This Topic
    Accent-insensitive search, it is the default search. Can be combined with WHOLE_WORD_SEARCH and CASE_INSENSITIVE_SEARCH or CASE_SENSITIVE_SEARCH.
    Syntax
    public int ACCENT_INSENSITIVE_SEARCH
    See Also